home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / SmallEiffel 0.3.3 / SmallEiffel PPC / misc / HISTORY < prev    next >
Encoding:
Text File  |  1996-06-13  |  1.4 KB  |  39 lines  |  [TEXT/EDIT]

  1. -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C) 
  2. -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
  3. -- 
  4. Small HISTORY of SmallEiffel
  5.  
  6. - Release - 0.99 - Saturday February 17 1996
  7.    The first version available on the net. 
  8.    Before to be available, the very first SmallEiffel has been
  9.    tested by students of the University Henri Poincare' 
  10.  
  11. - Release - 0.98 - Friday March 15 1996
  12.    Command 'pretty' added. Implements expanded.
  13.  
  14. - Release - 0.97 - Thursday May 2 1996
  15.    Inside of compiler cleaned. Pre-Computing of some once functions.
  16.    Added class COLLECTION, LINK_LIST and FIXED_ARRAY in lib_std.
  17.  
  18. - Release - 0.96 - Friday May 10 1996
  19.    Internal renaming to suppress some warning messages and for a
  20.    smooth integration with C++ software. DOS and Macintosh better
  21.    portability.
  22.  
  23. - Release - 0.95 -  Thursday May 30 1996
  24.    It is now possible to inherit ARRAY.
  25.    It is now possible to inherit STRING.
  26.    Flag -cc of `compile_to_c' has changed. 
  27.    The PLATFORM class is now conform to ELKS95.
  28.    Added feature `twin' (like the one of TowerEiffel) in GENERAL.
  29.    Added to_external/from_external in STRING.
  30.    Fixed some bugs in once precomputed routines.
  31.  
  32. - Release - 0.94 -  ??? April ?? 1996
  33.    Fixed some bugs with conformance rule VNCG.
  34.    Static expressions are used to detect pre-computable once.
  35.    Added to_external/from_external in ARRAY and FIXED_ARRAY.
  36.    Fixed a bug for inheritance of ARRAY or FIXED_ARRAY.
  37.  
  38.    
  39.